Select year(cout), month(cout), count(*) from inraw where title like '%birth%' and cout > '2006-01-01' and cout < '2012-01-01' group by month(cout), year(cout) order by year(cout), month(cout); 
2006,1,1553
2006,2,1469
2006,3,1470
2006,4,1086
2006,5,1376
2006,6,1616
2006,7,1526
2006,8,1515
2006,9,1498
2006,10,1557
2006,11,1262
2006,12,943
2007,1,847
2007,2,1505
2007,3,1714
2007,4,1503
2007,5,1389
2007,6,1934
2007,7,1822
2007,8,1856
2007,9,1528
2007,10,1620
2007,11,1972
2007,12,1811
2008,1,2197
2008,2,1894
2008,3,1936
2008,4,2195
2008,5,1913
2008,6,2200
2008,7,2284
2008,8,2308
2008,9,2115
2008,10,2027
2008,11,1957
2008,12,1786
2009,1,2450
2009,2,2106
2009,3,2295
2009,4,2226
2009,5,2182
2009,6,2338
2009,7,2342
2009,8,2327
2009,9,1645
2009,10,2123
2009,11,1909
2009,12,1845
2010,1,2058
2010,2,1801
2010,3,2220
2010,4,2155
2010,5,2150
2010,6,2291
2010,7,2195
2010,8,2229
2010,9,1730
2010,10,2050
2010,11,1913
2010,12,1991
2011,1,2231
2011,2,1987
2011,3,2173
2011,4,2017
2011,5,1947
2011,6,2109
2011,7,1884
2011,8,1428
2011,9,1086
2011,10,1357
2011,11,1060
2011,12,502
